ab_glyph
0.2.28
Modules
v2
Structs
CodepointIdIter
FontArc
FontRef
FontVec
Glyph
GlyphId
GlyphImage
GlyphSvg
InvalidFont
Outline
OutlinedGlyph
Point
PxScale
PxScaleFactor
PxScaleFont
Rect
VariationAxis
Enums
GlyphImageFormat
OutlineCurve
Traits
Font
ScaleFont
VariableFont
Functions
point
?
Settings
Function
ab_glyph
::
point
Copy item path
source
·
[
−
]
pub fn point(x:
f32
, y:
f32
) ->
Point
Expand description
Point
constructor.
§
Example
let
p = point(
0.1
,
23.2
);