repo.or.cz
/
gdipp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use One-Time Initialization for glyph run caching to avoid duplicate glyph run genera...
[gdipp.git]
/
gdipp_lib
/
rpc.h
blob
7cd0bee4448db1ed48621bf40e9b242ea4202f3f
1
#pragma once
2
3
namespace
gdipp
4
{
5
6
struct
font_link_node
7
{
8
std
::
wstring font_family
;
9
double
scaling
;
10
};
11
12
}