refactor(Buffer): rename Metrix to Metrics
Metrix was a bit too silly
This commit is contained in:
parent
633cc5a1c1
commit
f06a7b3d6a
7 changed files with 211 additions and 211 deletions
|
@ -365,7 +365,7 @@ pub fn egc_chunk_width(self: *const Plane, chunk_: []const u8, abs_col_: usize)
|
|||
return colcount;
|
||||
}
|
||||
|
||||
pub fn metrix(self: *const Plane) Buffer.Metrix {
|
||||
pub fn metrics(self: *const Plane) Buffer.Metrics {
|
||||
return .{
|
||||
.ctx = self,
|
||||
.egc_length = struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue