armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Font
armos
graphics
font
Fontを読み込み,描画を行います.
class
Font {
this
();
~this
();
This
load
(string fontPath, int fontSize, bool isAntiAliased, bool isFullCharacterSet, bool makeContours, float simplifyAmt, int dpi);
This
drawString
(string str, int x, int y);
}
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
drawString
This
drawString
(string str, int x, int y)
load
This
load
(string fontPath, int fontSize, bool isAntiAliased, bool isFullCharacterSet, bool makeContours, float simplifyAmt, int dpi)
Meta
Source
See Implementation
armos
graphics
font
classes
Font
structs
Glyph
Fontを読み込み,描画を行います.